projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28bf387
)
Improve directory-append manual entry
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 24 Jul 2021 16:06:36 +0000
(18:06 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 24 Jul 2021 16:06:36 +0000
(18:06 +0200)
* doc/lispref/files.texi (Directory Names): Mention zero-length
restriction.
doc/lispref/files.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/files.texi
b/doc/lispref/files.texi
index a624c2eb937cc3e78b0026a42fa2847e73cb09ac..804cef292ee9af7225d4042690edd54a6fc543a1 100644
(file)
--- a/
doc/lispref/files.texi
+++ b/
doc/lispref/files.texi
@@
-2355,6
+2355,8
@@
didn't end with a slash.
@end group
@end example
+A zero-length directory or component is not allowed.
+
This is almost the same as using @code{concat}, but @var{dirname} (and
the non-final components) may or may not end with slash characters,
and this function will not double those characters.